Skip to content

style: white logo mark on transparent background#5

Merged
BunsDev merged 2 commits into
mainfrom
logo-white-transparent
Jun 19, 2026
Merged

style: white logo mark on transparent background#5
BunsDev merged 2 commits into
mainfrom
logo-white-transparent

Conversation

@BunsDev

@BunsDev BunsDev commented Jun 19, 2026

Copy link
Copy Markdown
Member

Summary

Inverted public/logo.svg per request — white as the main color, transparent background.

The logo previously shipped as a black mark on an opaque white field, which rendered as a white square inside the dark-themed UI's logo tile / favicon / chat button. Now:

  • Background #FFFFFF fill → none (transparent)
  • 809 mark paths #000000#FFFFFF (white)

The mark now sits cleanly on the dark glass tile (--bg-primary: #0a0a0a), page header, and chat-form button — matching the OpenCoven OG card style.

Verification

  • Rasterized the inverted SVG on a dark background — the OpenCoven mark renders intact in white.
  • npm test (node scripts/validate-opencoven-port.mjs) → validate-opencoven-port: ok
  • Commit signed/verified.

Note: the favicon also uses /logo.svg. A white-on-transparent favicon is intentionally crisp on dark browser tabs but faint on light ones — flag if you'd prefer a separate favicon asset.

🤖 Generated with Claude Code

BunsDev and others added 2 commits June 19, 2026 03:19
Runs the chat API on :3001 so it can pair with Coven Cave's dev server
(which owns :3000) when Cave's /api/salem proxies to SALEM_CHAT_API_URL.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The OpenCoven logo shipped as a black mark on an opaque white field, which
rendered as a white square inside the dark-themed UI's logo tile. Invert it:
make the background transparent (the single #FFFFFF fill -> none) and recolor
the 809 mark paths white (#000000 -> #FFFFFF), so the mark sits cleanly on
the dark glass tile, page header, and chat button. Verified the white mark
renders intact via rasterized preview.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 19, 2026 08:20
@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
opencoven-chat-api Ready Ready Preview Jun 19, 2026 8:21am

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR is described as a branding update to invert public/logo.svg (white mark on transparent background). In the diffs provided for review, the only code change is an additional dev script in package.json, which makes the PR’s actual scope unclear relative to the description.

Changes:

  • Add dev:cave script to run next dev on port 3001.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"scripts": {
"bdev": "next build && next dev",
"dev": "next dev",
"dev:cave": "next dev -p 3001",
Comment thread package.json
"scripts": {
"bdev": "next build && next dev",
"dev": "next dev",
"dev:cave": "next dev -p 3001",
@BunsDev BunsDev merged commit f8ede78 into main Jun 19, 2026
2 checks passed
@BunsDev BunsDev deleted the logo-white-transparent branch June 19, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants